
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
postcss-italian-stylesheets
Advanced tools
PostCSS plugin for writing Italian Stylesheets 🇮🇹
$ npm install postcss-italian-stylesheets
Require / import:
// ES5
var italianStyleSheets = require('postcss-italian-stylesheets');
// ES6
import italianStyleSheets from 'postcss-italian-stylesheets';
See PostCSS#Usage for usage for your environment.
Input:
.foo {
altezza: 300px;
margine-sotto: 10px;
carattere-dimensione: 20px !importante;
sfondo-colore: nero;
colore: bianco;
}
Output:
.foo {
height: 300px;
margin-bottom: 10px;
font-size: 20px !important;
background-color: black;
color: white;
}
See CHANGELOG.md.
See LICENSE.
This plugin is heavily inspired by the other PostCSS languages plugins such as:
FAQs
PostCSS plugin for writing Italian Stylesheets
The npm package postcss-italian-stylesheets receives a total of 0 weekly downloads. As such, postcss-italian-stylesheets popularity was classified as not popular.
We found that postcss-italian-stylesheets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies