1.2.2 • Published 6 years ago

osc-style v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Open Source Consultion Style

OSC-Style is an open source color scheme optimized for the UI, such as fonts, colors, etc., used by the Open Source Consultation R & D team.

Installation

Using npm:

$ npm i --save osc-style

Available Styles and Detailed usage

https://tech.osci.kr/osc-style

Please refer to the homepage.

Currently Supported Formats

SCSS, Sass

Usage

Import the file to your project and use the variables.

Example for Sass, SCSS

    /* color import */
    @import 'path/osc-style/style_variables/osc-color';
    /* font import*/
    @import 'path/osc-style/style_variables/osc-font';
    /* icon import*/
    @import 'path/osc-style/style_variables/osc-icon';

    /* color */
    .body {
        background-color: $primary-600;
        color: $inProgress-500;
    }

    /* font */
    * {
        @extend .font-spoqa-han-sans;
        @extend .font-noto-sans-kr;
        @extend .font-roboto;
    }

Example for HTML

    <i class="osc-icon-bell-fill"></i>
1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago