Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

PostCSS plugin for writing Egyptian Style Sheets. Feel free to PR

License

Notifications You must be signed in to change notification settings

dyaa/postcss-egyptian-stylesheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PostCSS plugin for writing Egyptian Style Sheets. Feel free to PR

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published