Project

General

Profile

Download (308 Bytes) Statistics
| Branch: | Tag: | Revision:
1
@import "addons.scss";
2
@import "mytheme.scss";
3

    
4
/* This file prefixes all rules with the theme name to avoid causing conflicts with other themes. */
5
/* The actual styles should be defined in mytheme.scss */
6
.mytheme {
7
  @include addons;
8

    
9
  // Include mytheme theme styles in your theme
10
  @include mytheme;
11
}
(5-5/5)