Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.scss « include-path « fixtures « test « node-sass « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b0f5e8ded5bf45eb6248f3c9172dc287f989994 (plain)
1
2
3
4
5
6
7
@import 'vars';
@import 'colorBlue';

body {
  background: $color;
  color: colorBlue();
}