Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailwind css modules

module.exports = {
  content: [
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",
    "./scr/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    fontFamily: {
      sans: ["Montserrat"],
      serif: ["Montserrat"],
      mono: ["Montserrat"],
    },
    extend: {
      brightness: {
        25: ".20",
        175: "1.75",
      },
      colors: {
        "App-orange": "#FF5B2E",
      },
    },
  },
  plugins: [],
};
Comment

PREVIOUS NEXT
Code Example
Css :: product list fix height image css 
Css :: fr meaning in css 
Css :: boxsizing 
Css :: what happens when the width is 0 and there is a border and box-sizing is set to border-box? 
Css :: transparent circle in a div 
Css :: custom checkbox 
Css :: sass color functions 
Css :: animate a position css 
Css :: git apagar branch remoto 
Css :: add custom taxonomy into permalinks post_type_link 
Css :: css display contents 
Css :: gradient generator 
Css :: css selector id class 
Css :: css inherit class 
Css :: twig country name 
Css :: hide scroll bar for a dive 
Css :: gmail auto rewize dont 
Css :: form style popup css 
Css :: Creating Nike logo with CSS 
Css :: on hover active until i hover next css 
Css :: background affter layer css 
Css :: Which of the following CSS property is used to specify the space between every letter inside an element? 
Css :: how to take of underline from link through css 
Css :: The Sass .sass file is visually different from .scss file, e.g. Example.sass - sass is the older syntax 
Css :: acrilic css 1 
Css :: position absolute prevent overflow 
Css :: remove focous:visible 
Css :: all heading tags selector scss 
Css :: sass preprocessor visual studio code 
Css :: css file verlinken 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =