1.1.44 • Published 6 years ago

blockchain-css v1.1.44

Weekly downloads
147
License
-
Repository
-
Last release
6 years ago

Blockchain.info CSS

Global CSS Shared between all the blockchain.info web projects (.info, .com, /wallet, etc...).

Develop

Clone the brand-assets repo and checkout a branch off origin/css

git clone git@github.com:blockchain/brand-assets.git
cd brand-assets
git checkout origin/css
git checkout -b css-change

Install dependencies and link to npm globals

npm install
npm link

Head over to your other project and use the blockchain-css project. If you're working on My-Wallet-V3-Frontend for example

cd ../My-Wallet-V3-Frontend
npm link blockchain-css

Grunt or Gulp, depending on the project, should be set up to watch changes made in your brand-assets directory now.

Projects

Link to the blockchain-css project like so in your project.scss file:

@import 'blockchain-css/sass/bootstrap-blockchain';
@import 'blockchain-css/sass/fonts';
@import 'blockchain-css/sass/utilities/colors';
...

Make sure your project has it's own build tool to handle compiling the CSS.

sass:
  options:
    includePaths: ["node_modules", "bower_components"]
  build:
    files: [{
      expand: true,
      cwd: 'css',
      src: ['**/*.scss'],
      dest: 'build/css',
      ext: '.css'
    }]
1.1.44

6 years ago

1.1.43

6 years ago

1.1.42

6 years ago

1.1.41

6 years ago

1.1.40

7 years ago

1.1.39

7 years ago

1.1.38

7 years ago

1.1.37

7 years ago

1.1.36

7 years ago

1.1.35

7 years ago

1.1.34

7 years ago

1.1.33

7 years ago

1.1.32

7 years ago

1.1.31

7 years ago

1.1.30

7 years ago

1.1.29

7 years ago

1.1.28

7 years ago

1.1.27

7 years ago

1.1.25

7 years ago

1.1.23

7 years ago

1.1.22

7 years ago

1.1.21

7 years ago

1.1.20

7 years ago

1.1.19

7 years ago

1.1.18

7 years ago

1.1.17

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.23

7 years ago

1.1.0

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago