Alexei Kozhushkov
Results
2
issues of
Alexei Kozhushkov
Hi there, is it possible to view/edit current tsconfig.json when working with TS files? Thank you!
Hi, I have following error: ``` While building the application: client/views/venues/venues_new/venues_new.less:7:2: Less compiler error: .make-row is undefined ``` It happens when I do: ``` .new-venue { background: yellow; .make-row(); }...