Socket
Socket
Sign inDemoInstall

postcss-egyptian-stylesheets

Package Overview
Dependencies
5
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    postcss-egyptian-stylesheets

PostCSS plugin for writing egyptian Style Sheets


Version published
Maintainers
1
Created

Readme

Source

PostCSS Egyptian Stylesheets wercker status

npm npm npm

PostCSS plugin for writing Egyptian Stylesheets.

Installation

yarn add --dev postcss-egyptian-stylesheets

Egyptian syntax

.foo {
    border-loon: vb-green;
    background-loon: vegemite;
    box-sizing: fair-dinkum;
    loon: samawy !mohem;
    display: mfysh;
    text-align: felnos;
    text-indent: wara-elshams;
    visibility: mest5abby;
    ymyn: 0;
    padding-shemal: 5px;
    border-t7t: 5px;
    margin-fo2: 5px;
}

CSS output

.foo {
    border-color: #2D8249;
    background-color: #461B00;
    box-sizing: border-box;
    color: #0581C1 !important;
    display: none;
    text-align: center;
    text-indent: -9999px;
    visibility: hidden;
    right: 0;
    padding-left: 5px;
    border-bottom: 5px;
    margin-top: 5px;
}

Usage

postcss([ require('postcss-egyptian-stylesheets') ])

Thanks to

Inspiration from Canadian Stylesheets

License

Copylefted (c) 2018 Dyaa Eldin Moustafa Licensed under the MIT license.

Keywords

FAQs

Last updated on 28 Dec 2017

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