How to add a .css stylesheet?
I've just started to learn Python coding, I'm trying to create a .css file on PyCharm, however when I select File > New I only have 3 options (Python File, Jupyter Notebook and HTML File)
I must be missing something obvious but I just can't see it!
I'm using the latest version of PyCharm
Thanks
Please sign in to leave a comment.
What PyCharm version/edition do you use? is it Professional or Community? Web development capabilities, including CSS support, are not available in PyCharm Community, you need Professional edition to be able to work with it.
Please see https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html.
Perfect, thanks very much for your help - worked a charm.