Commit aed2379f authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

fix linting & remove uneeded classname

parent 257e9853
var csjs = require('csjs-inject') const csjs = require('csjs-inject')
const css = csjs` const css = csjs`
.compilerTabView { .compilerTabView {
padding: 2%; padding: 2%;
} }
.compiler {
margin-bottom: 1%;
}
` `
module.exports = css module.exports = css
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment