Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mariusasdf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mariusasdf
10y ago
I'm a designer, and consider HTML/CSS/JS to be as good a design tool as any, perhaps even better than any CAD app. I use Sketch, Illustrator and Photoshop as needed for icons, illustrations and photos. Also, code is a really
2.
▲
by
mariusasdf
10y ago
It's possible using nested elements and transform: translate(0, -100%) on the inner element. It's elegant enough for CSS, I suppose. (I'd make an example if I wasn't on my mobile atm.)
3.
▲
by
mariusasdf
10y ago
Read the question.
4.
▲
by
mariusasdf
11y ago
eslint is great. Through plugins it supports ES6, jsx, etc. Also, automatic code fixing.
5.
▲
by
mariusasdf
12y ago
Ok, got you. If you use the "Create New" button in the top right corner, you get the option to create a "JS" project. The project template comes with jQuery pre-installed. However, it can easily be removed. I guess the p
6.
▲
by
mariusasdf
12y ago
This reasoning seems fundamentally confused, so I feel like clarifying some concepts: On Runnable you can create basic client-side JavaScript files to be run in the browser (without jQuery) and do window and DOM manipulations. Node.js isn&#