tailwindcss
DISCONTINUED
postcss-plugins
Our great sponsors
tailwindcss | postcss-plugins | |
---|---|---|
2 | 7 | |
38,847 | 502 | |
- | 13.5% | |
9.6 | 9.8 | |
almost 2 years ago | 5 days ago | |
CSS | CSS | |
MIT License | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tailwindcss
-
Tailwind cli doesnt work even when I do everything right. everything is blank, including the default button.
/* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */
-
Why You Should Start an Open Source Project
A persistent audio player powered by vue and some visuals from tailwindcss, v-tooltip, v-progress, vue-ionicons & xns-seek-bar
postcss-plugins
-
More CSS reactions
To implement :has support, the css-has-pseudo polyfill can be used. This polyfill includes both a PostCSS plugin and a JS function to be used in the HTML page.
-
The Complete Guide for Setting Up React App from Scratch (feat. TypeScript)
w/ postcss-preset-env(v7.8.3): convert modern CSS into something most browsers can understand, determining the polyfills you need based on your targeted browsers or runtime environments. It takes the support data that comes from MDN and Can I Use and determine from a browserlist whether those transformations are needed. It also packs Autoprefixer within and shares the list with it, so prefixes are only applied when you're going to need them given your browser support list.
-
In terms of styling, how does the structure of your project using traditional CSS look like?
There's a @ custom-media proposal (and PostCSS plugin) that can make it a lot easier to use media queries across components. Define your MQs in your global CSS, use everywhere. If you're worried about repeating MQs in your CSS from a bloat perspective, there are PostCSS plugins for that as well.
- Is there a way to shorten .contactform h2,… and to say something like .contactform (h2, ul, label)?
-
Is a bracket within a bracket possible? (HTML/CSSS)
The term you are looking for is "nesting". CSS currently does not support it. But there is a draft being worked on. No browser currently supports it, though. Most CSS Pre- or Postprocessors like Sass, Less, Stylus, PostCSS support nesting.
-
What's the best code generator to use?
I'm not sure what you mean, and I'm not sure you know what you mean. Are you asking about a CSS preprocessor like postcss with postcss-preset-env? This will automatically transform your CSS to include the appropriate vendor prefixed properties based on your configured browserlist.
What are some alternatives?
pollen - The CSS variables build system
xns-audio-player-simple - xns-audio-player vue plugin with a simple ui
xns-seek-bar - A seekable progress bar component for Vue.js
xns-audio-player - A simple customizable web music player powered by vue & HTMLAudioElement
monkeytype-themes - custom css themes for monkeytype
floating-vue - 💬 Easy tooltips, popovers, dropdown, menus... for Vue
vue-slider-component - 🌡 A highly customized slider component
derpy-utm-builder - My take on UTM Campaign URL Builder to make life a bit easier, made with Svelte, Tailwind & Snowpack
v-progress - progress ui component for vue2
cssremedy - Start your project with a remedy for the technical debt of CSS. [Moved to: https://github.com/jensimmons/cssremedy]
Fitness - Fitness – is an html template for gym, fitness or health club. It is cross browser compatible, uses free fonts so your website typography will look exactly as you intend it.
cssnano - A modular minifier, built on top of the PostCSS ecosystem. [Moved to: https://github.com/cssnano/cssnano]