0.3.4 • Published 7 years ago

@pybook/styles v0.3.4

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
7 years ago

@PyBook/Styles

These are the main styles for PyBook, used in both the website, and the mobile app (both in continuous development)

Usage

In Webpack

Import the styles like so:

import '@pybook/styles/dist/pybook.css';

Elsewhere

For this, you must have the node_modules folder at the website root, or you must use require.

With Require

Just require it lol.

require('@pybook/styles/dist/pybook.css');

With HTML

Place this into your <head>:

<link rel="stylesheet" type="text/css" href="/node_modules/@pybook/styles/dist/pybook.css">

Developing

If you want to contribute to stylesheet development, follow these instructions. Also, Use Yarn! we do not use inferior package managers NPM.

Dependencies Needed

  • gulp
  • gulp-csso
  • csso
  • gulp-sass
  • node-sass
  • gulp-watch-sass
  • gulp-sass-lint

Code Style

Try to follow the code style currently being used. Fix all linter errors before building and pushing new (or modified, no loopholes here) code.

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago