Skip to content

Commit

Permalink
Update READEME
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jan 16, 2024
1 parent 3843308 commit 7b0b745
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ This is a simple alternative for the `django CMS Admin Style <https://github.com

Also, no javascript is needed and all CSS is contained in a simple CSS file with less than 10kB in size.

Browser support
===============

To keep the CSS small, djangocms-simple-admin-style uses CSS nesting. This means that it is not compatible with
Internet Explorer. It should work in all current versions of modern browsers, though.

If doubt, check the `CanIUse <https://caniuse.com/css-nesting>`_ database.


Documentation
=============

See ``requires`` in the `pyproject.toml <https://github.com/fsbraun/djangocms-simple-admin-style/blob/master/pyproject.toml>`_
See ``requires`` in the `pyproject.toml <https://github.com/fsbraun/djangocms-simple-admin-style/blob/master/pyproject.toml>`_
file for additional dependencies.

Installation
Expand Down
Loading

0 comments on commit 7b0b745

Please sign in to comment.