When an arbitrary value needs to contain a space, use an underscore (_) instead and Tailwind will automatically convert it to a space at build-time: <!-- ... --> In situations where underscores are common but spaces are invalid, Tailwind will preserve the underscore instead of converting...
@tailwind base; @tailwind components; @tailwind utilities; .masonry-grid { display: grid; grid-template-columns: repeat(3, 5rem); grid-template-rows: 5rem 5rem; } .grid-item-large { grid-column: span 2; grid-row: span 2; } .masonry-item { position: relative; width: 100%; height...
-> Tailwindcss -> Tarekraafat Autocomplete.js -> Tabcomplete -> Tag It -> TAutocomplete -> Swfobject -> Swiftclick -> T7 -> Swing -> Swipe -> Swig -> Swipejs -> Switchery -> Switchy.js -> Swipebox -> Swup -> Syn -> T3js -> Synaptic -> Systemjs Plugin Json -> Systemjs ...
<!-- Your content here --> Here, theme (spacing.32) gets the spacing values from your tailwind.config.js.If you have defined CSS variables for your project, you can use them directly like this:Example <!-- Your content here --> In this case, --my-color is a...