Giter Site home page Giter Site logo

octod / postcss-brexit Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 0.0 120 KB

A post brexit plugin for post-css made for true British English programmers

License: MIT License

JavaScript 7.75% TypeScript 92.25%
brexit css postcss postcss-plugin funny funny-coding joke

postcss-brexit's Introduction

๐Ÿ‡ฌ๐Ÿ‡ง post(css) brexit ๐Ÿ‡ฌ๐Ÿ‡ง

DISCLAIMER: this is a joke and does not want to be offensive to anyone, it's my way to laught at my worries about a hard Brexit

Put some correct British English into your CSS files before brexiting

๐ŸŽ‰ Features

๐Ÿ“ฆ This postcss plugin helps you to:

  • write your CSS files in correct British English
  • maybe makes you smile

โš™ Install

# npm
npm i postcss-brexit

# yarn
yarn add postcss-brexit

๐Ÿ” Usage

import postcss from 'postcss';
import brexit from 'postcss-brexit';

postcss(
  [
    brexit(
      {
        noDeal: true
      }
    )
  ]
).process(fs.readFileSync('./my-british-english-stylesheet.css'))

So you can write your CSS files finally with some correct English British

.MyClass {
  background-colour: blue;
  border: 1px solid;
  border-colour: white;
  colour: white;
}

What's next

Changing every single CSS property to correct British English (using genitive)

E.g.

.Sky {
  background's colour: var(--sometimes-blue);
}

๏ธโค๏ธ Contributing

Every contribution is really welcome!

If you feel that something can be improved or should be fixed, feel free to open an issue with the feature or the bug found.

If you want to fork and open a pull request (adding features or fixes), feel free to do it. Remember only to use the dev branch as a base.

Read the contributing guidelines

๐Ÿ“ƒ Licence

Read the licence

postcss-brexit's People

Contributors

octod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

postcss-brexit's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.