Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
-
Updated
May 21, 2020 - JavaScript
Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
I use code to express my mean:
// aa.css
.a {
background: url(./img/sprites/default/table/edit-icon.png)
}
// bb.css
.b {
background: url(./img/sprites/default/table/offline-icon.png)
}// main.js
require('aa.css');
require('bb.css'))when I use webpack, generated a sprite : sprite.table.png, but only offline-icon was bundle into sprite.table.png, the
Automagical responsive typography, built on PostCSS
PostCSS plugin to use British English
PostCSS plugin for RTL-adaptivity
I couldn't figure out how to make this work with a vue (vue-cli) project. An example in the documentation would be extremely helpful.
A PostCSS plugin to fix an element's dimensions to an aspect ratio
I’d like to recommend an updated list of data we should collect for plugins and how we should collect it.
name:
process.argv[2], the first argument passed to the script.entry data from NPM:
https://registry.npmjs.org/${ name }/latest:
author, the primary author.dependencies, all/plugin dependencies.PostCSS plugin for purgecss
Causing some downstream errors in stylelint: stylelint/stylelint#4049 . I observed these errors in my repo when trying to update stylelint from 9.6.0 to 12.0.1 .
// comment1
.a, .b,
// comment2
.c {}
PostCSS plugin to solve the popular problem when 100vh doesn’t fit the mobile browser screen.
PostCSS plugin to define and output critical CSS using custom atRules, and/or custom CSS properties. Critical CSS may be output to one or more files, as defined within the plugin options or within the CSS.
Prefix all CSS rules with a selector
PostCSS plugin add 'momentum' style scrolling behavior (-webkit-overflow-scrolling: touch) for elements with overflow (scroll, auto) on iOS
PostCSS plugin to create a triangle.
PostCSS plugin to unwrap nested properties.
A plugin for that generates rpx units from pixel units, it also can generate units which you want.
PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.
PostCSS plugin to automatically generate font-face src sets based on a path to font files
PostCSS plugin that adds shorthand hex methods to rgba() values
PostCSS plugin that adds a 'fix' argument to the 'clear' property
PostCSS plugin that allows you to create aliases for CSS properties
Hello
I'm trying to add some custom colors to my tailwind css but when I run npx nativescript-tailwind tailwind.config.js it seems to ignore my config file.
My config file is in the root directory and looks like this...
module.exports = {
theme: {
extend: {
colors: {
demo: {
default: '#1ebc3b',
dark: '#0b601b',
},
},
Add a description, image, and links to the postcss-plugin topic page so that developers can more easily learn about it.
To associate your repository with the postcss-plugin topic, visit your repo's landing page and select "manage topics."
Hi, thank you for your code. I'm a bit confused by your docs and demos, though.
` backgr