4c2b5c4bd1
Ports variables, colors, fonts, layout, mixins, shadows, screen breakpoints, reset, icons, buttons, common, and overrides. Replaces Angular-specific constructs (::ng-deep, :host, element selectors) with React-compatible equivalents. Uses Google Fonts CDN for Roboto.
7 lines
130 B
SCSS
7 lines
130 B
SCSS
@forward './colors';
|
|
@forward './variables';
|
|
@forward './fonts';
|
|
@forward './shadows';
|
|
@forward './screen';
|
|
@forward './layouts';
|