wallace-apple-dictionary
PostCSS
wallace-apple-dictionary | PostCSS | |
---|---|---|
2 | 93 | |
11 | 28,616 | |
- | 0.3% | |
5.3 | 8.7 | |
9 months ago | 6 days ago | |
TypeScript | TypeScript | |
GNU General Public License v3.0 only | MIT License |
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.
wallace-apple-dictionary
PostCSS
- PostCSS – a tool for transforming CSS with JavaScript
- Rethinking CSS in JS
-
30+ CSS libraries and frameworks help you style your applications efficiently.
PostCSS PostCSS is a tool for transforming CSS with JavaScript plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.
-
Webpack Performance Tuning: Minimizing Build Times for Large Projects
PostCSS is essential to the frontend ecosystem, with 69,473,603 downloads per week, it is bigger than all the above libraries mentioned, and has many features other than polyfilling, it is used by all the frameworks like Next.js, Svelte, Vue, and Tailwind under the hood. LightningCSS, created by the maintainer of another bundler Parcel, and written in Rust, is an excellent alternative. It provides all the functionalities of PostCSS, including autoprefixer, with enhanced performance.
-
CSS Variable Naming: Best Practices and Approaches
Stylelint: A modern, flexible linter for CSS that can be configured to check variable consistency. PostCSS: A tool that transforms CSS with plugins, including variable checks. CSS Linter: A specific tool to ensure correct and consistent use of CSS variables. Conclusion 🔗
- Nomeação de Variáveis CSS: Boas Práticas e Abordagens
-
BEM Modifiers in Pure CSS Nesting
Later on, after my training, almost all of my work projects involved some preprocessor. It was during these experiences that I developed my strong dislike for preprocessors. In my personal projects, however, I never used preprocessors and wrote everything in pure CSS, adding precise enhancements through plugins for my .css bundler. For example, in the past, when I was bundling my .css files using PostCSS, I used a simple plugin called postcss-import to bundle all .css files into one final file (such as in this blog. Here is one of the first commits in this repository). I rarely used any additional plugins for CSS.
-
PostCSS - my initial experience
the plugins in the official PostCSS website were old like IE6 or the marquee tag, and
-
Dark Mode with SvelteKit, a Blog Post
Hello internet. I just published a new blog post on how to implement dark mode with SvelteKit, optionally with PostCSS and TailwindCSS:
-
11 Ways to Optimize Your Website
There are many frontend tools available for this purpose. For example, PostCSS is a popular CSS processor that can combine and minimize your code. With the right plugin, it can even fix your code for compatibility issues, making sure your CSS styles work for all browsers.
What are some alternatives?
obsidian-dictionary - Dictionary - Obsidian Plugin | This plugin adds a multilingual dictionary to the Obsidian note taking tool.
styled-components - Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
cheerio - The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
emotion - 👩🎤 CSS-in-JS library designed for high performance style composition
svelte-i18n - Internationalization library for Svelte
esbuild - An extremely fast bundler for the web
rikaichamp - A browser extension to translate Japanese by hovering over words.
Tailwind CSS - A utility-first CSS framework for rapid UI development.
purgecss - Remove unused CSS
identity-obj-proxy - An identity object using ES6 proxies. Useful for mocking webpack imports like CSS Modules.
JSS - JSS is an authoring tool for CSS which uses JavaScript as a host language.
Sass - Sass makes CSS fun!