how to create .css file in a phpstrom Permanently deleted user Created April 10, 2015 18:50 Hiwhen I right click on the project and then select new, there is not any option for .css file. how can I create css file?
Hi there,
1) You can always use "New | File" and provide exact name (inlcuding extension) -- this will create an empty file.
2) Use "New | Stylesheet" and choose correct type there (CSS/LESS/etc) -- file extension is not required in such case
thanks.
by using first suggention I created a css file.
but when I want to try second one and I choose "new" there is only "xslt stylesheet" and there is not option for creating css file. I attatched the picture.
Attachment(s):
Untitled1.png
What's your IDE version?
phpstrom 7.1.3
Yeah -- that #2 is available since v8 only.
Thanks