2.4.2 • Published 5 years ago

semantic-ui-sass v2.4.2

Weekly downloads
1,543
License
MIT
Repository
github
Last release
5 years ago

Semantic UI, converted to Sass

semantic-ui-sass is a Sass-powered version of Semantic UI and ready to drop into any project.

NOTE

The package only has the default theme.

Installation and Usage

yarn add --dev semantic-ui-sass

JavaScript

import 'semantic-ui-sass';

CSS

Import Semantic in an SCSS file (for example, application.scss) to get all of Semantic's styles

@import "semantic-ui";

Custom Font

$font-url: 'http://fonts.useso.com/css?family=Lato:400,700,400italic,700italic&subset=latin';
@import 'semantic-ui';

Skip font loading

$import-google-fonts: false;
@import 'semantic-ui';

Custom font family

$font-family: 'custom-font-family';
@import 'semantic-ui';

Customizable Variables

$import-google-fonts: true !default;
$font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
$font-name: 'Lato' !default;
$font-family: $font-name, 'Helvetica Neue', Arial, Helvetica, sans-serif !default;
$icons-font-path: '../../icons' !default;
$flags-image-path: '../../images' !default;
2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.1

6 years ago

2.2.11

7 years ago

2.2.10-5

7 years ago

2.2.10-4

7 years ago

2.2.10-3

7 years ago

2.2.10-2

7 years ago

2.2.10-1

7 years ago

2.2.1-0.1

7 years ago

2.2.10

7 years ago

2.2.9

7 years ago

2.1.7

8 years ago

2.1.8

8 years ago