1.36.0 • Published 5 days ago

translation-space-designsystem v1.36.0

Weekly downloads
-
License
-
Repository
-
Last release
5 days ago

Translation Space Designsystem

CircleCI

https://translation-space-designsystem.cirro.io (Live deployment)

Installation in a ROR project

  1. Install the package and save it as a dependency:

    yarn add translation-space-designsystem
  2. Import the system in your Sass manifest:

    @import "translation-space-designsystem/src/_assets/stylesheets/app";
  3. Make sure your postcss.config.js looks like below:

    module.exports = {
      plugins: [
        require('postcss-import'),
        require('postcss-nesting'),
        require('tailwindcss')('./node_modules/translation-space-designsystem/src/_assets/stylesheets/tailwind.config.js'),
        require('autoprefixer'),
      ]
    }
  4. Install resolve-url-loader package and following snippet in your config/webpack/environment.js

    environment.loaders.get('css').use.splice(-1, 0, {
      loader: 'resolve-url-loader'
    });

Development

Requirements

  1. Node.js
  2. NPM (comes with Node.js)

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify HTML, compress JS, inline and minify CSS.

npm run build

Publishing to registry

  • Make sure to update the version number in package.json file for every pull request
  • CircleCI will take care of publishing to npm and also adding a tag when the commits are merged to master
  • CircleCI will publish it only if the package version has been increased
1.35.0

5 days ago

1.36.0

5 days ago

1.34.1

9 days ago

1.33.5

19 days ago

1.34.0

19 days ago

1.33.3

2 months ago

1.33.4

2 months ago

1.33.1

2 months ago

1.33.2

2 months ago

1.33.0

2 months ago

1.32.0

2 months ago

1.31.0

2 months ago

1.30.1

2 months ago

1.29.0

2 months ago

1.29.1

2 months ago

1.30.0

2 months ago

1.28.0

2 months ago

1.27.2

3 months ago

1.27.1

4 months ago

1.27.0

5 months ago

1.26.0

5 months ago

1.26.1

5 months ago

1.25.0

5 months ago

1.23.0

5 months ago

1.22.1

6 months ago

1.24.0

5 months ago

1.19.0

6 months ago

1.18.0

7 months ago

1.17.0

7 months ago

1.16.1

7 months ago

1.21.0

6 months ago

1.20.1

6 months ago

1.22.0

6 months ago

1.21.1

6 months ago

1.20.0

6 months ago

1.15.0

9 months ago

1.14.0

10 months ago

1.13.0

10 months ago

1.11.2

11 months ago

1.12.0

10 months ago

1.11.1

11 months ago

1.15.2

9 months ago

1.16.0

8 months ago

1.15.1

9 months ago

1.9.2

11 months ago

1.11.0

11 months ago

1.10.1

11 months ago

1.10.0

11 months ago

1.9.1

1 year ago

1.3.7

1 year ago

1.9.0

1 year ago

1.3.6

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.8

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

0.1.0

2 years ago