Socket
Socket
Sign inDemoInstall

postcss-italian-stylesheets

Package Overview
Dependencies
11
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    postcss-italian-stylesheets

PostCSS plugin for writing Italian Stylesheets


Version published
Weekly downloads
10
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

[1.0.5] - 2016-09-07

Changed

  • Updated PostCSS to 5.2.0

Readme

Source

PostCSS Italian Stylesheets

Build Status npm version Dependencies Dev Dependencies

PostCSS plugin for writing Italian Stylesheets 🇮🇹

Installation

$ npm install postcss-italian-stylesheets

Usage

Require / import:

// ES5
var italianStyleSheets = require('postcss-italian-stylesheets');

// ES6
import italianStyleSheets from 'postcss-italian-stylesheets';

See PostCSS#Usage for usage for your environment.

Example

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;
}

Documentation

Changelog

See CHANGELOG.md.

License

See LICENSE.

Attribution

This plugin is heavily inspired by the other PostCSS languages plugins such as:

Keywords

FAQs

Last updated on 07 Sep 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc