Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save crazyrohila/0f7d9886c899f5d53fab to your computer and use it in GitHub Desktop.

Select an option

Save crazyrohila/0f7d9886c899f5d53fab to your computer and use it in GitHub Desktop.
[Drupal-8] Override core's css
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