Last active
August 29, 2015 14:16
-
-
Save crazyrohila/0f7d9886c899f5d53fab to your computer and use it in GitHub Desktop.
[Drupal-8] Override core's css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: D8 custom theme | |
| type: theme | |
| description: 'D8 custom theme' | |
| package: Custom | |
| core: 8.x | |
| # Override core css files by adding css file with same name in our theme. | |
| # user.icons.css file in css folder of this theme will override core user module's css. | |
| stylesheets-override: | |
| - css/user.icons.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment