Skip to content

Commit

Permalink
Remove global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Alves authored and Bruno Dias committed Jan 26, 2019
1 parent 5ccc04e commit b29bf86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Remove `global.css`.

## [2.6.0] - 2019-01-22

Expand Down
5 changes: 0 additions & 5 deletions react/global.css

This file was deleted.

1 change: 0 additions & 1 deletion react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ExtensionPoint, withRuntimeContext } from 'vtex.render-runtime'

import TopMenu from './components/TopMenu'

import './global.css'
import header from './store-header.css'

class Header extends Component {
Expand Down

0 comments on commit b29bf86

Please sign in to comment.