##// END OF EJS Templates
Transfer of border-box-sizing from js to css...
Transfer of border-box-sizing from js to css `border-box-sizing` is pure styling, it has nothing to do in Javascript it should be put in css to be overwritable.

File last commit:

r13347:54891794
r17422:c49778be
Show More
__init__.py
7 lines | 199 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
from . import filters
from . import preprocessors
from . import postprocessors
from . import writers