Below is a simplified version of my config file: module.exports= {purge: ['./components/**/*.vue','./layouts/**/*.vue','./pages/**/*.vue','./plugins/**/*.js'],theme: {fontFamily: {'intro-black': ['intro-black','sans-serif'] },container: {maxWidth: {lg:'none'}, },...
"js") .vue({ version: 3 }) .postCss("resources/css/field.css", "css", [tailwindcss("tailwind.config.js")]) .nova("your/component-path")
[ 'position', 'content', 'top', 'right', 'bottom', 'left', 'z-index', 'display', 'float', 'width', 'height', 'max-width', 'max-height', 'min-width', 'min-height', 'padding', 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', 'margin', 'margin-top',...
I am attempting to important / reference a font using a local file. So far I have configured tailwind.config.js as such: module.exports= {content: ['./pages/**/*.{js,ts,jsx,tsx}','./components/**/*.{js,ts,jsx,tsx}'],theme: {extend: {fontFamily: {poppins: ['Poppins...
I extended the breakpoints by adding a custom one 'xs': '520px', here is what my tailwind.config.js file looks like, I also added some height and widths The problem is that when I apply height and width to the 'xs' breakpoint and then go on to set different height and width for...
{ display: grid; grid-template-areas: "select"; align-items: center; position: relative; min-width: 15ch; max-width: 30ch; border: 1px solid var(--select-border); border-radius: 0.25em; padding: 0.25em 0.5em; font-size: 1.25rem; cursor: pointer; line-height: 1.1; background-color...
img, picture, video, canvas, svg{display:block;max-width:100%;} Good move for a CSS reset. Theblockdisplay type there prevents those annoyingline-heightgaps that always kill me. And you almost never want any of these media blocks to be wider than the parent. I somehow don’t thinkpictu...
Tailwind uses an intuitive {screen}: prefix that makes it easy to notice responsive classes in your markup while keeping the original class name recognizable and intact. all sm md lg xl 1 2 3 Learn more about responsive design with Tailwind → Component-friendly While you can do a lot wit...
26 .max-h-860-px max-height: 860px; 27 .max-w-100-px max-width: 100px; 28 .max-w-120-px max-width: 120px; 29 .max-w-150-px max-width: 150px; 30 .max-w-180-px max-width: 180px; 31 .max-w-200-px max-width: 200px; 32 .max-w-210-px max-width: 210px...
[ 'position', 'content', 'top', 'right', 'bottom', 'left', 'z-index', 'display', 'float', 'width', 'height', 'max-width', 'max-height', 'min-width', 'min-height', 'padding', 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', 'margin', 'margin-top',...