Large update for all components
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate the rest of components within features/*
This commit is contained in:
7
app/javascript/gabsocial/components/column/column.scss
Normal file
7
app/javascript/gabsocial/components/column/column.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.column {
|
||||
display: flex;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
flex-direction: column;
|
||||
width: 350px;
|
||||
}
|
||||
Reference in New Issue
Block a user