0.3.4 • Published 6 years ago

@pybook/styles v0.3.4

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 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

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago