
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
[]
(https://npmjs.org/package/1css)
[
]
(https://travis-ci.org/azproduction/1css)
[
]
(https://coveralls.io/r/azproduction/1css)
[
]
(https://gemnasium.com/azproduction/1css)
Название читается как «один, эс-как-русская-эс, эс-как-доллар, эс-как-доллар».
1CSS это революционно новый язык, который компилируется в CSS, Stylus, SASS, LESS и любые другие форматы препроцессоров CSS. В отличие от всех существующих препроцессоров CSS для его написания используется кириллица и слова русского языка.
Планируется поддержка склонения слов в значениях свойств (синий, синяя, синее) и правильный порядок слов и склонение в свойствах (тень-текста вместо текст-тень).
npm i 1css
for node.js and <script src="dist/1css.min.js"></script>
for browser
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;}'));
FAQs
1CSS - CSS dialect made for fun
The npm package 1css receives a total of 62 weekly downloads. As such, 1css popularity was classified as not popular.
We found that 1css 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.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.