UNPKG

@klauke-enterprises/antonia

Version:

CSS & JavaScript library for designing simple but effective websites. A collection mainly dominated by Font Awesome, Google Fonts and Bootstrap Grid.

20 lines (16 loc) 358 B
@color-gray: #404041; @color-gray-dark: #383838; @color-white: white; @color-white-smoke: whitesmoke; @color-blue: #2196F3; @color-orange: #e96c29; @color-black: black; @font-roboto: Roboto, sans-serif; // Breakpoints @xs-min: 480px; @sm-min: 768px; @md-min: 992px; @lg-min: 1200px; @xs-max: (@sm-min - 1); @sm-max: (@md-min - 1); @md-max: (@lg-min - 1);