Socket
Socket
Sign inDemoInstall

1css

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    1css

1CSS - CSS dialect made for fun


Version published
Weekly downloads
11
decreased by-15.38%
Maintainers
1
Install size
167 kB
Created
Weekly downloads
 

Readme

Source

1CSS

[NPM Version] (https://npmjs.org/package/1css) [Build Status] (https://travis-ci.org/azproduction/1css) [Coverage Status] (https://coveralls.io/r/azproduction/1css) [Dependency Status] (https://gemnasium.com/azproduction/1css)

Live example

Название читается как «один, эс-как-русская-эс, эс-как-доллар, эс-как-доллар».

1CSS это революционно новый язык, который компилируется в CSS, Stylus, SASS, LESS и любые другие форматы препроцессоров CSS. В отличие от всех существующих препроцессоров CSS для его написания используется кириллица и слова русского языка.

Планируется поддержка склонения слов в значениях свойств (синий, синяя, синее) и правильный порядок слов и склонение в свойствах (тень-текста вместо текст-тень).

Install

npm i 1css for node.js and <script src="dist/1css.min.js"></script> for browser

Usage

Node

var oneCss = require('1css');

oneCss.decode(oneCss.encode('div{font: Arial 1px red;}'));

Browser

window['1css'].decode(window['1css'].encode('div{font: Arial 1px red;}'));

Authors

  • @azproduction
  • @axlerk
  • @outring
  • @olmokhov_ru

FAQs

Last updated on 01 Apr 2014

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