Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailwind css symfony

const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
    content: [
        "./assets/**/*.{vue,js,ts,jsx,tsx}",
        "./templates/**/*.{html,twig}",
    ],
    theme: {
      extend: {
          fontFamily: {
              sans: ['Inter var', ...defaultTheme.fontFamily.sans],
          },
      }
    },
    plugins: [],
}
Comment

PREVIOUS NEXT
Code Example
Css :: opacity gradual css 
Css :: numpy not installling 
Css :: horizontal rule plus text 
Css :: css diplay grid text truncate 
Css :: null z transform hack 
Css :: css hide text indicator 
Css :: scss @content 
Css :: css clip path alternative 
Css :: capitalize only first letter css 
Css :: avada porfolio remove featured image link rollover 
Css :: mathjax beautiful math in all browsers 
Css :: Plusing with CSS 
Css :: code-runner.executormap kotlin 
Css :: uikit theme 
Css :: sticky form look blurred 
Css :: many className module css 
Css :: More examples and patterns in scrapy 
Css :: how to resolve issue in wordpress css isn;t load 
Css :: inline list css without floats 
Css :: 1 412 779 in words 
Css :: images css in react native fir in container 
Css :: which bootstrap css class will you use to put the navbar at the top of the page? feel free to check out the bootstrap website. 
Css :: Display the Widget Area 
Css :: how to dobody website and demo code html scss 
Css :: shopify display flex not working 
Css :: how to add blurr and grain in css 
Css :: dropright css 
Css :: css make all tags a specific font 
Css :: easyui datagrid header multiline 
Css :: how to use a background property in css 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =